T
ESRI.ArcGIS.Mobile.Client
Generic CheckableItem Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : Generic CheckableItem Class

Helper class that wraps any object in a DependencyObject with an IsChecked DependencyProperty, which allows it to be added to an ItemsControl (e.g., ListBox) and bind to the IsChecked property.

Syntax

Visual Basic (Declaration) 
Public Class CheckableItem(Of T) 
   Inherits DependencyObject
C# 
public class CheckableItem<T> : DependencyObject 

Type Parameters

T

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         ESRI.ArcGIS.Mobile.Client.CheckableItem

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010 All Rights Reserved.